<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.control-box {
    position:relative;
    width: 1440px;
    height: 335px;
    margin-left: auto;
    margin-right: auto;
	margin-top:60px;
}
.control-box ul {
  position:absolute;
  width: 1440px;
  height: 75px;
  z-index:10;
}
.control-box ul li {
  position: absolute;
  top: 130px;
  cursor: pointer;
}
.prev {
  left: 28px;
}
.next {
  right: 28px;
}
.bigbox {
  background:url(ind_honorbg.png) repeat center;
  padding-top:40px;
  position:relative;
  overflow: hidden;
  width: 1440px;
  height: 335px;
  z-index:1;
  /*margin: auto 70px auto;*/
}
#switcher {
  height: 190px;
  left: 0px;
}
.content_1.content_2 {
    padding:0 16px;
  width: 100%;
  float: left;
}
.box {
  width: 360px;
  height: 253px;
  float: left;
}
.box img {
  padding:0 16px;
  width: 360px;
  height: 253px;
  float: left;
}
/*.box:hover {
 opacity:0.5;
}*/
.shadow {
  width: 255px;
  height: 60px;
  /* opacity: 1; */
  background-color: rgba(0, 0, 0, 0.45);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top: 130px;
  color: white;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}
</pre></body></html>